STEP 2: We need to add three more values to complete our list.

Remember to add your list values inside the square brackets [ ] and to separate each list value with a comma.

  • Add the values "pluto", "space", and "city".
  • Click Submit and Next to move on and learn how to acess specific items stored in a list.


To navigate the page using the TAB key, first press ESC to exit the code editor.

######################################################################## # PLACE LIST CREATIONS HERE # ######################################################################## stage_list = ["moon", "mars", "jupiter"] ######################################################################## # PLACE ALL OTHER CODE BELOW THIS # ########################################################################
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)